Hi, I need help. I must code an Excel Export from Doors. The thing is that I must export automatically all modules within a folder in Doors. Doors comes by default with a Excel-export script. Does it make sense to modify this script? Or is it better to design a new script? tobi_mehrl - Wed Jun 03 04:02:21 EDT 2015 |
Re: Excel Export You are best creating something new and taking the functions you need from the pre-existing DOORS MS Excel export script. Take the parts that actually open MS Excel, and write to a cell, and write some code to call the necessary functions for each Module. |
Re: Excel Export woodpryan - Wed Jun 03 12:07:07 EDT 2015 You are best creating something new and taking the functions you need from the pre-existing DOORS MS Excel export script. Take the parts that actually open MS Excel, and write to a cell, and write some code to call the necessary functions for each Module. I think MM resolved this some time ago with features such as these:
The trick is sending the module name, or even the open module Handle, to the eval_ code. That involves addr_ int (addr_) voodoo. -Louie |